From 722687f5c7994bb2f25c2644e5ed59a4be35f2ee Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 20 Mar 1993 22:58:21 +0000 Subject: [PATCH] * systime.h (EMACS_HAS_USECS): #define this if HAVE_TIMEVAL is #defined. --- src/systime.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/systime.h b/src/systime.h index d6b1898c7f1..36538598481 100644 --- a/src/systime.h +++ b/src/systime.h @@ -84,6 +84,8 @@ extern long timezone; #ifdef HAVE_TIMEVAL +#define EMACS_HAS_USECS + #define EMACS_TIME struct timeval #define EMACS_SECS(time) ((time).tv_sec + 0) #define EMACS_USECS(time) ((time).tv_usec + 0) -- 2.30.2